home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 1 / ShareWare Extravaganza 1 of 4 (The Ultimate Shareware Company).iso / grprogs / tpaint.exe / TPAINT.BAT < prev    next >
DOS Batch File  |  1990-10-02  |  376b  |  28 lines

  1. ECHO OFF
  2. cls
  3. setmode %1
  4. if ERRORLEVEL 81 goto ABORT1
  5. kmouse
  6. tp
  7. if ERRORLEVEL 33 goto ABORT3
  8. if ERRORLEVEL 22 goto ABORT2
  9. kmouse
  10. setmode remove
  11. goto END
  12. :ABORT1
  13. cls
  14. ECHO Program terminated at user's request.
  15. goto END
  16. :ABORT2
  17. kmouse
  18. cls
  19. ECHO Chosen video mode not available on this computer.
  20. goto END
  21. :ABORT3
  22. kmouse
  23. cls
  24. ECHO Not enough memory
  25. :END
  26.  
  27. 
  28.